Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] Misc fixes #76942

Merged
merged 12 commits into from
Oct 21, 2022
Merged

[wasm] Misc fixes #76942

merged 12 commits into from
Oct 21, 2022

Conversation

radical
Copy link
Member

@radical radical commented Oct 12, 2022

  1. Wasm.Build.Tests started to fail when installing the workload manifests with [release/7.0] Enable stable branding for GA #76849 which moved to Stable branding for GA. This caused the workload installation to fail because the targets were using the incorrect manifest version - 7.0.0-ci instead of 7.0.0. It is fixed here by setting that early, and using that in all the relevant places.
    a. The PackageVersion is not set at project evaluation time, so instead we move setting the Version used to a new target.

  2. Changes based on Viktor Hofer's review feedback in Mono toolchain workload #51327 (review)
    Fixes Follow up on mono toolchain workload PR feedback #73758 .

Set the manifest package version to use (`7.0.0` instead of `7.0.0-ci`)
early.

Fixes dotnet#76908 .
@radical radical added the arch-wasm WebAssembly architecture label Oct 12, 2022
@ghost ghost assigned radical Oct 12, 2022
@radical radical added this to the 8.0.0 milestone Oct 12, 2022
@ghost
Copy link

ghost commented Oct 12, 2022

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details
  1. Wasm.Build.Tests started to fail when installing the workload manifests with [release/7.0] Enable stable branding for GA #76849 which moved to Stable branding for GA. This caused the workload installation to fail because the targets were using the incorrect manifest version - 7.0.0-ci instead of 7.0.0. It is fixed here by setting that early, and using that in all the relevant places.

Fixes #76908 .

  1. Changes based on review feedback in Mono toolchain workload #51327 (review)
    Fixes Follow up on mono toolchain workload PR feedback #73758 .
Author: radical
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@radical
Copy link
Member Author

radical commented Oct 12, 2022

Best reviewed with ignore whitespace.

@radical radical marked this pull request as ready for review October 12, 2022 17:55
@radical
Copy link
Member Author

radical commented Oct 12, 2022

Thank you for the review!

@radical radical added the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Oct 12, 2022
@radical
Copy link
Member Author

radical commented Oct 12, 2022

The error checks @ViktorHofer suggested are useful, and so I added couple of those.

@radical radical merged commit 3cb7f5a into dotnet:main Oct 21, 2022
@radical radical deleted the nit-fixes branch October 21, 2022 17:41
@ghost ghost locked as resolved and limited conversation to collaborators Nov 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Infrastructure-mono NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Follow up on mono toolchain workload PR feedback
2 participants